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






Windows & Linux

Description

Get the volume contraitn on the grid.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Constraint() As IAgCrdnVolume

[C#]
public IAgCrdnVolume Constraint {get; set;}

[Managed C++]
public: __property IAgCrdnVolume^ get_Constraint();
public: __property void set_Constraint(
IAgCrdnVolume ^
);

[Unmanaged C++]
public: HRESULT get_Constraint(
IAgCrdnVolume ** ppRetVal
);
public: HRESULT put_Constraint(
IAgCrdnVolume * pNewConstraint
);

[Java]
public IAgCrdnVolume getConstraint();public void setConstraint(
IAgCrdnVolume
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface