PoItemLegendmarkerSize Property |
List of sizes for markers.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFFloat markerSize { get; }
Public ReadOnly Property markerSize As SoMFFloat
Get
public:
property SoMFFloat^ markerSize {
SoMFFloat^ get ();
}
member markerSize : SoMFFloat with get
Property Value
Type:
SoMFFloatRemarks Be careful: markerSize.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