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


ISchematicInMemoryFeaturePrimaryAssociation.ObjectGUID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeaturePrimaryAssociation Interface > ISchematicInMemoryFeaturePrimaryAssociation.ObjectGUID Property
ArcGIS Developer Help

ISchematicInMemoryFeaturePrimaryAssociation.ObjectGUID Property

GUID related to the schematic in memory feature primary assocation.

[Visual Basic .NET]
Public ReadOnly Property ObjectGUID As String
[C#]
public string ObjectGUID {get;}
[C++]
HRESULT get_ObjectGUID(
  System.String* GUID
);
[C++]
Parameters
GUID [out, retval]

GUID is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeaturePrimaryAssociation Interface