GoDiagram Win Reference
PartID Property (GoPort)

Gets or sets the unique ID of this part within its document.
Syntax
'Declaration
 
<DescriptionAttribute("The unique ID of this part in its document.")>
<CategoryAttribute("Ownership")>
Public Overridable Property PartID As Integer
[DescriptionAttribute("The unique ID of this part in its document.")]
[CategoryAttribute("Ownership")]
public virtual int PartID {get; set;}

Property Value

The value is invalid unless this object is part of a GoDocument whose MaintainsPartID property is true. Setting this property is normally done only by GoDocument when this object is added to the document, or by code deserializing a document, before this object is part of the document. The default value is -1, to indicate to the document that it needs to find and assign a unique PartID for this object when it is added to the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPort Class
GoPort Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback