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


IGSAttributes.GetProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSAttributes Interface > IGSAttributes.GetProperty Method
ArcGIS Developer Help

IGSAttributes.GetProperty Method

Get extended property.

[Visual Basic .NET]
Public Function GetProperty ( _
    ByVal Name As String _
) As Object
[C#]
public object GetProperty (
    string Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSAttributes Interface