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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1