public float Value {get; set;}
'Declaration Public Property Value As Single
'Usage Dim instance As AnnLength Dim value As Single instance.Value = value value = instance.Value
public: property float Value { float get(); void set ( float value); }
Target Platforms
AnnLength Structure AnnLength Members