PoItemLegendmarkerColor Property |
List of color for markers.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFColor markerColor { get; }
Public ReadOnly Property markerColor As SoMFColor
Get
public:
property SoMFColor^ markerColor {
SoMFColor^ get ();
}
member markerColor : SoMFColor with get
Property Value
Type:
SoMFColorRemarks Be careful: markerColor.getNum() must be greater or equal to item.getNum() in order to take into account one of this field, otherwise the inherited attributes will be used.
See Also