Value Property (IDimension)
Obsolete. Superseded by IDimension::GetValue3, IDimension::IGetValue3, IDimension::ISetValue3, and IDimension::SetValue3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Value As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim value As System.Double
instance.Value = value
value = instance.Value |
C# | |
---|
System.double Value {get; set;} |
C++/CLI | |
---|
property System.double Value {
System.double get();
void set ( & System.double value);
} |
See Also