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






Windows & Linux

Description

Reference value for the access constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Reference() As String
[C#]
public string Reference {get; set;}
[Managed C++]
public: __property String __gc ^ get_Reference();
public: __property void set_Reference(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Reference(
   BSTR * pRetVal
);
public: HRESULT put_Reference(
   BSTR NewReference
);
[Java]
public String getReference();public void setReference(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.