AGI STK VGT 11Send 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 ConstraintObject
);
[Java]
public VARIANT getConstraintObject();
public void setConstraintObject(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.