| NurbsDirectionMultiplicity Property |
Gets the multiplicity.
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IArrayList<int> Multiplicity { get; }Public ReadOnly Property Multiplicity As IArrayList(Of Integer)
Get
public:
property IArrayList<int>^ Multiplicity {
IArrayList<int>^ get ();
}member Multiplicity : IArrayList<int> with get
Property Value
Type:
IArrayListInt32The multiplicity.
See Also