CreateFromProjectProperties Method
Creates and insert into page ContextPropertyPlacement which displays project property.
Parameters
- oPage
- Page on which object will be inserted.
- oLocation
- Location in which object will be inserted.
- oAnyPropertyId
- Project property which will be displayed.
ContextPropertyPlacement oContextPropertyPlacement = new ContextPropertyPlacement();
oContextPropertyPlacement.CreateFromProjectProperties(oNewPage, new PointD(100.0, 100.0), m_oTestProject.Properties["EPLAN.Project.UserSupplementaryField1"].Id);