This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureAssociation Interface > ISchematicInMemoryFeatureAssociation.ObjectGUID Property (ArcObjects .NET 10.4 SDK) |
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