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


IDataGraphTPrivate.Property Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPrivate Interface > IDataGraphTPrivate.Property Method
ArcGIS Developer Help

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