ViewRepBlockReferenceOwnerViewportId Property
 | 
Property that represents an object ID of the
owner viewport associated with this ViewRepBlockReference
object.
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public ObjectId OwnerViewportId { get; }
 
Public ReadOnly Property OwnerViewportId As ObjectId
        Get
 
public:
property ObjectId OwnerViewportId {
        ObjectId get ();
}
 
member OwnerViewportId : ObjectId with get
 
 
 
Property Value
Type: 
ObjectId 
See Also