public float Step {get; set;}
public: __property float get_Step(); public: __property void set_Step( float value );
public: property float Step { float get(); void set ( float value); }
'Declaration Public Property Step As Single
'Usage Dim instance As ImGearVectorEntityBeziercurve Dim value As Single instance.Step = value value = instance.Step
ImGearVectorEntityBeziercurve Class ImGearVectorEntityBeziercurve Members