ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureAssociation.ObjectGUID Property

GUID related to the schematic in memory feature assocation.

[Visual Basic .NET]
Public Property ObjectGUID As String
[C#]
public string ObjectGUID {get; set;}
[C++]
HRESULT get_ObjectGUID(
  BSTR* GUID
);
[C++]
HRESULT put_ObjectGUID(
  BSTR GUID
);
[C++]

Parameters

GUID [out, retval]   GUID is a parameter of type BSTR GUID [in]   GUID is a parameter of type BSTR

Product Availability

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

See Also

ISchematicInMemoryFeatureAssociation Interface