PoCurveraiseFilterType Property |
Defines the type of raise filter.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoCurveFilterTypes> raiseFilterType { get; }
Public ReadOnly Property raiseFilterType As SoSFEnum(Of PoCurveFilterTypes)
Get
public:
property SoSFEnum<PoCurveFilterTypes>^ raiseFilterType {
SoSFEnum<PoCurveFilterTypes>^ get ();
}
member raiseFilterType : SoSFEnum<PoCurveFilterTypes> with get
Property Value
Type:
SoSFEnumPoCurveFilterTypesRemarks This value determines which filter is active (raiseIndexPeriod or raiseIndexList,...)
See Also