Get the volume constraint on the grid.
Read-write property
[Visual Basic .NET] |
---|
Public Property Constraint() As IAgCrdnVolume |
[C#] |
---|
public IAgCrdnVolume Constraint {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnVolume^ get_Constraint(); |
[Unmanaged C++] |
---|
public: HRESULT get_Constraint( |
[Java] |
---|
public IAgCrdnVolume getConstraint();public void setConstraint( |