SoCGMVectorOutputSetIndexed Method (Boolean) |
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public void SetIndexed(
bool flag
)
Public Sub SetIndexed (
flag As Boolean
)
public:
void SetIndexed(
bool flag
)
member SetIndexed :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks The default color mode is Indexed and the other mode is Direct (RGB).
See Also