DistanceToPrimitiveDisplayConditionPrimitive Property |
Gets or sets the primitive associated with this instance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Primitive Primitive { get; set; }
Public Property Primitive As Primitive
Get
Set
public:
property Primitive^ Primitive {
Primitive^ get ();
void set (Primitive^ value);
}
member Primitive : Primitive with get, set
Property Value
Type:
PrimitiveSee Also