This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPrivate Interface > IDataGraphTPrivate.Property Method (ArcObjects .NET 10.5 SDK) |
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