This document is archived and information here might be outdated.  Recommended version.


IDataGraphTPrivate.Property Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTPrivate.Property Method

For internal use only.

[Visual Basic .NET]
Public Sub Property ( _
    ByVal Name As String, _
    ByRef val As Object _
)
[C#]
public void Property (
    string Name,
    ref object val
);
[C++]
HRESULT Property(
  BSTR Name,
  VARIANT* val
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR val [in] val is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphTPrivate Interface