ArcObjects Library Reference (Schematic)  

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(
  BSTR* 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