Returns a list of paths to Python access constraint plugin.
Read-only property
[Visual Basic .NET] |
---|
Public Property AccessConstraintPaths() As IAgPathCollection |
[C#] |
---|
public IAgPathCollection AccessConstraintPaths {get;} |
[Managed C++] |
---|
public: __property IAgPathCollection ^ get_AccessConstraintPaths(); |
[Unmanaged C++] |
---|
public: HRESULT get_AccessConstraintPaths( IAgPathCollection ** ppRetVal ); |
[Java] |
---|
public IAgPathCollection getAccessConstraintPaths(); |
[Python - STK API ] |
---|
@property def AccessConstraintPaths(self) -> "IAgPathCollection": |