| PoGeneralizedScattermarkers Property  | 
Defines the sub-scene graphs used for each marker. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoMFNode markers { get; }Public ReadOnly Property markers As SoMFNode
	Get
public:
property SoMFNode^ markers {
	SoMFNode^ get ();
}member markers : SoMFNode with get
Property Value
Type: 
SoMFNode
RemarksIf the number of sub-scene graphs is inferior to the number of markers to draw, they are cyclically used. 
See Also