AGI STK Objects 11Send comments on this topic.
ConstraintName Property (IAgFmDefAccessConstraint)
See Also
Windows






Windows & Linux

Description

This property is deprecated. Deprecated due to the fact that the constraint list is dynamically created. Use Constraint property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstraintName() As AgEFmConstraintName
[C#]
public AgEFmConstraintName ConstraintName {get; set;}
[Managed C++]
public: __property AgEFmConstraintName get_ConstraintName();
public: __property void set_ConstraintName( AgEFmConstraintName );
[Unmanaged C++]
public: HRESULT get_ConstraintName(
    AgEFmConstraintName * pVal
);
public: HRESULT put_ConstraintName(
    AgEFmConstraintName AgEFmConstraintName
);
[Java]
public AgEFmConstraintName getConstraintName();
public void setConstraintName(
    AgEFmConstraintName
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.