Get the constraints imposed on the area target. Basic constraints for area targets apply to all points within or along the area target. If the constraint is satisfied for at least one point, access to the area target is considered valid.
Read-only property
[Visual Basic .NET] |
---|
Public Property AccessConstraints() As IAgAccessConstraintCollection |
[C#] |
---|
public IAgAccessConstraintCollection AccessConstraints {get;} |
[Managed C++] |
---|
public: __property IAgAccessConstraintCollection ^ get_AccessConstraints(); |
[Unmanaged C++] |
---|
public: HRESULT get_AccessConstraints( IAgAccessConstraintCollection ** ppAccessConstraints ); |
[Java] |
---|
public IAgAccessConstraintCollection getAccessConstraints(); |
[Python - STK API ] |
---|
@property def AccessConstraints(self) -> "IAgAccessConstraintCollection": |