AGI Common Entity Library 11 Send comments on this topic.
Value Property (IAgEntityMetaData)
See Also 





Description

The value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As System.Object

[C#]
public System.Object Value {get; set;}

[Managed C++]
public: __property VARIANT get_Value();
public: __property void set_Value(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Value(
VARIANT * pRetVal
);
public: HRESULT put_Value(
VARIANT NewValue
);

[Java]
public Variant getValue();public void setValue(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1