AGI STK VGT 11 Send comments on this topic.
ConstraintObject Property (IAgCrdnVolumeInview)
See Also 
Windows






Windows & Linux

Description

A constraint object of the access.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_ConstraintObject();
public: __property void set_ConstraintObject(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_ConstraintObject(
VARIANT * pRetVal
);
public: HRESULT put_ConstraintObject(
VARIANT NewConstraintObject
);

[Java]
public Variant getConstraintObject();public void setConstraintObject(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface